home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
TCP_IP
/
TNOS230S
/
HELP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-23
|
522b
|
26 lines
#ifndef _HELP_H
#define _HELP_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* Help engine:
*
* Copyright 1993 Brian A. Lantz, KO4KS
*/
#ifndef _COMMANDS_H
extern void dohelper (const char *title,struct cmds *cmdp,const char *stopstr,const char *filename,const char *search);
extern int dohelp (int argc,char *argv[],void *p);
#endif
extern int dombxhelp (int argc,char *argv[],void *p);
#if 0
extern int syntax (char *cmd);
extern int mbxsyntax (char *cmd);
#endif
#endif /* _HELP_H */